Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
buff sec, make qm console hackable
#9
(03-15-2017, 09:34 AM)misto Wrote: there are robusttec implants, but im not sure what those do? release drugs into you if you fall into low health?

maybe they could spawn with health and tracking implants. to make it harder to kill them and hide the body and get away with it, and to remove any prep time theyd need to dedicate to getting such implants.

Code:
        for (var/obj/item/implant/I in src.implant)
            if (istype(I, /obj/item/implant/robust))
                var/obj/item/implant/robust/R = I
                if (src.health < 0)
                    R.inactive = 1
                    src.reagents.add_reagent("salbutamol", 20) // changed this from dexP // cogwerks
                    src.reagents.add_reagent("inaprovaline", 15)
                    src.reagents.add_reagent("omnizine", 25)
                    src.reagents.add_reagent("teporone", 20)
                    if (src.mind) boutput(src, "<span style=\"color:blue\">Your Robusttec-Implant uses all of its remaining energy to save you and deactivates.</span>")
                    src.implant -= I
                else if (src.health < 40 && !R.inactive)
                    if (!src.reagents.has_reagent("omnizine", 10))
                        src.reagents.add_reagent("omnizine", 10)
                    R.inactive = 1
spawn(300) R.inactive = 0

Quick lookover says it fills you with 10u of omnizine at less than 40 health (that function has a cooldown), and further fills you with that cocktail at less than 0 health -- but then burns out. Which is odd because I don't think we have inaprovaline in the code.

QM Console: I agree.

Segways: They could use something.

Items: I'm part of the less is more faction, ye.   s
Reply


Messages In This Thread
buff sec, make qm console hackable - by misto - 03-12-2017, 06:35 PM
RE: buff sec, make qm console hackable - by misto - 03-15-2017, 09:34 AM
RE: buff sec, make qm console hackable - by Vitatroll - 03-15-2017, 10:51 AM
RE: buff sec, make qm console hackable - by misto - 03-15-2017, 10:02 AM
RE: buff sec, make qm console hackable - by misto - 03-15-2017, 05:25 PM
RE: buff sec, make qm console hackable - by misto - 03-15-2017, 05:33 PM
RE: buff sec, make qm console hackable - by misto - 03-15-2017, 08:32 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)