mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] next grep, no spaces (#10548)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
16a213f699
commit
8d0febfbb6
@@ -133,12 +133,12 @@
|
||||
return data
|
||||
|
||||
/**
|
||||
* Called in tgui_act() to process modal actions
|
||||
*
|
||||
* Arguments:
|
||||
* * action - The action passed by tgui
|
||||
* * params - The params passed by tgui
|
||||
*/
|
||||
* Called in tgui_act() to process modal actions
|
||||
*
|
||||
* Arguments:
|
||||
* * action - The action passed by tgui
|
||||
* * params - The params passed by tgui
|
||||
*/
|
||||
/obj/machinery/chem_master/proc/tgui_act_modal(action, params, datum/tgui/ui, datum/tgui_state/state)
|
||||
. = TRUE
|
||||
var/id = params["id"] // The modal's ID
|
||||
|
||||
@@ -233,9 +233,9 @@
|
||||
|
||||
// Called when a mob dies
|
||||
/datum/reagent/proc/on_mob_death(var/mob/M)
|
||||
return
|
||||
return
|
||||
|
||||
//on transfer to new container, return 1 to allow it to continue
|
||||
//on transfer to new container, return 1 to allow it to continue
|
||||
/datum/reagent/proc/on_transfer(var/volume)
|
||||
return 1
|
||||
//YW edit end
|
||||
|
||||
@@ -301,7 +301,7 @@
|
||||
if(alien == IS_SLIME && prob(10))
|
||||
M.visible_message(span_warning("[M]'s flesh sizzles where the water touches it!"), span_danger("Your flesh burns in the water!"))
|
||||
..()
|
||||
//VOREStation Edit End,
|
||||
//VOREStation Edit End,
|
||||
|
||||
#undef WATER_LATENT_HEAT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user