mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
DME
This commit is contained in:
@@ -127,7 +127,7 @@ What Borgs are available is sadly handled in the above file in the proc
|
||||
recharge_time = 3
|
||||
volume = 120
|
||||
possible_transfer_amounts = list(1 ,5, 10, 20, 30)
|
||||
|
||||
|
||||
//Resking proc for boozos
|
||||
|
||||
/mob/living/silicon/robot/proc/reskin_booze()
|
||||
@@ -174,4 +174,4 @@ What Borgs are available is sadly handled in the above file in the proc
|
||||
patient.reagents.add_reagent(chem, inject_amount)
|
||||
drain(100) //-100 charge per injection
|
||||
var/units = round(patient.reagents.get_reagent_amount(chem))
|
||||
to_chat(hound, "<span class='notice'>Injecting [units] unit\s of [chemical_reagents_list[chem]] into occupant.</span>") //If they were immersed, the reagents wouldn't leave with them.
|
||||
to_chat(hound, "<span class='notice'>Injecting [units] unit\s into occupant.</span>") //If they were immersed, the reagents wouldn't leave with them.
|
||||
|
||||
@@ -1955,6 +1955,7 @@
|
||||
#include "code\modules\food\kitchen\gibber.dm"
|
||||
#include "code\modules\food\kitchen\icecream.dm"
|
||||
#include "code\modules\food\kitchen\microwave.dm"
|
||||
#include "code\modules\food\kitchen\microwave_ch.dm"
|
||||
#include "code\modules\food\kitchen\smartfridge.dm"
|
||||
#include "code\modules\food\kitchen\smartfridge_vr.dm"
|
||||
#include "code\modules\food\kitchen\cooking_machines\_cooker.dm"
|
||||
@@ -2474,6 +2475,7 @@
|
||||
#include "code\modules\mob\living\silicon\robot\robot_modules\station_vr.dm"
|
||||
#include "code\modules\mob\living\silicon\robot\robot_modules\swarm.dm"
|
||||
#include "code\modules\mob\living\silicon\robot\robot_modules\syndicate.dm"
|
||||
#include "code\modules\mob\living\silicon\robot\subtypes\boozeborg_ch.dm"
|
||||
#include "code\modules\mob\living\silicon\robot\subtypes\gravekeeper.dm"
|
||||
#include "code\modules\mob\living\silicon\robot\subtypes\lost_drone.dm"
|
||||
#include "code\modules\mob\living\silicon\robot\subtypes\lost_drone_vr.dm"
|
||||
|
||||
Reference in New Issue
Block a user