mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
[NONMODULAR] Comments out the bit of dragon's blood that makes people invisible. (#9408)
* fghfgh * Update megafauna_loot.dm * Update megafauna_loot.dm
This commit is contained in:
@@ -710,7 +710,7 @@
|
||||
return
|
||||
|
||||
var/mob/living/carbon/human/consumer = user
|
||||
var/random = rand(1,4)
|
||||
var/random = rand(2,4) //SKYRAT EDIT - Commenting out #1 because it makes people invisible.
|
||||
|
||||
switch(random)
|
||||
if(1)
|
||||
|
||||
Reference in New Issue
Block a user